Added "fixed-size" cell property to GtkCellAreaBox
authorTristan Van Berkom <tristan.van.berkom@gmail.com>
Tue, 21 Dec 2010 12:11:01 +0000 (21:11 +0900)
committerTristan Van Berkom <tristan.van.berkom@gmail.com>
Tue, 21 Dec 2010 15:28:18 +0000 (00:28 +0900)
commit49273f227770052f99dcb4be6fbe8224712d0944
treef73c997370d252a7fbd57fc5615abeb4aae44dc1
parentc8ae68c33dc65dc4407863553d059caa1d41e464
Added "fixed-size" cell property to GtkCellAreaBox

Now a cell can either have a "fixed" size or it can have
an "aligned" starting point or both. "fixed" size cells take
no space when they are invisible.
gtk/gtkcellareabox.c
gtk/gtkcellareabox.h
gtk/gtkcellareaboxcontext.c
gtk/gtkcellareaboxcontext.h
tests/testcellarea.c
tests/testtreeedit.c